
1) Installation and successful usage of this hud requires understanding of what is autoexec.cfg
   If you don't know what it is then I do not recommend this hud to you.
   Good starting point to learn about Quake Live config files is:
   http://www.quakelive.com/forum/showthread.php?831-The-Ultimate-Quake-Live-Guide

2) The rest is standard procedure, hud files ("1920_720_nuane.menu" and "zh2.cfg") go into directory "ui"
    win7/vista: "%AppData%\..\LocalLow\id Software\quakelive\home\baseq3\ui"
    winxp:      "%appdata%\id Software\quakelive\home\baseq3\ui"
    linux:      "~/.quakelive/quakelive/home/baseq3/ui"
    osx:        "~/Library/Application\ Support/Quakelive/" (sorry I don't know where exactly)

   There are different color version in separate folders,
   creating your own should be pretty straight-forward.
   For example this is magenta color, with 37.5% transparency (".375"):

   // lightning gun ammo indicator color
   #define lii 1 0 1 .375

   1 = 100% red, 0 = 0% green, 1 = 100% blue, .375 = 37.5% transparent

   Some versions come without "#define lii" or "#define lit",
   like for example "rainbow" version. These require more laborious approach
   if you would like to change anything about them (but also deeper knowledge about quake live hud). 


3) This hud is made for aspect ratio 16:9, resolutions 1920x1080 and 1280x720 @ FOV ranges 95...105.
   It will probably glitch heavily at other resolutions.

4) If you have questions, problems, criticism or whatever then contact me:
   azurehoney@hotmail.com
  
   Thanks for your interest!
